Papers with cross-domain and cross-language settings
Task and Sentiment Adaptation for Appraisal Tagging (2023.eacl-main)
Copied to clipboard
| Challenge: | Appraisal framework in linguistics defines the framework for fine-grained evaluations and opinions. |
| Approach: | They propose to use language models to automatically identify and annotate text segments for appraisal. |
| Outcome: | The proposed model achieves superior performance than baseline adapter-based models and other neural classification models for cross-domain and cross-language settings. |
Cross-lingual Terminology Extraction for Translation Quality Estimation (L18-1)
Copied to clipboard
| Challenge: | Using common statistical measures for termhood and unithood, we identify terms from monolingual texts and investigate the contribution of terminology to translation quality. |
| Approach: | They propose to use common statistical measures for termhood and unithood as features to train classifiers for identifying terms in cross-domain and cross-language settings. |
| Outcome: | The proposed method has shown some reliability in automatically identifying terms in human translations, but drawbacks in handling low frequency terms and term variations shall be dealt with in the future. |
Feature Adaptation of Pre-Trained Language Models across Languages and Domains with Robust Self-Training (2020.emnlp-main)
Copied to clipboard
| Challenge: | Adapting pre-trained language models (PrLMs) to new domains has gained much attention . Adaptation of PrLMs to newdomains is important, but requires fine-tuning . |
| Approach: | They propose to use PrLMs to adapt to new domains without fine-tuning . they use class-aware feature self-distillation to learn discriminative features . |
| Outcome: | The proposed model can learn discriminative features from pre-trained language models without fine-tuning. |